mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
chore(smali): add tests
This commit is contained in:
parent
9f157094cd
commit
b39e6bd615
7 changed files with 420 additions and 1 deletions
8
tests/indent/smali/method.smali
Normal file
8
tests/indent/smali/method.smali
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.class public Lbaksmali/test/class;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
.source "baksmali_test_class.smali"
|
||||
|
||||
.method public debugTest(IIIII)V
|
||||
.registers 10
|
||||
.end method
|
||||
Loading…
Add table
Add a link
Reference in a new issue