mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
chore(smali): add tests
This commit is contained in:
parent
9f157094cd
commit
b39e6bd615
7 changed files with 420 additions and 1 deletions
12
tests/indent/smali/field.smali
Normal file
12
tests/indent/smali/field.smali
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.class public Lbaksmali/test/class;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
.source "baksmali_test_class.smali"
|
||||
|
||||
.field public static annotationStaticField:Lsome/annotation; = .subannotation Lsome/annotation;
|
||||
value1 = "test"
|
||||
value2 = .subannotation Lsome/annotation;
|
||||
value1 = "test2"
|
||||
value2 = Lsome/enum;
|
||||
.end subannotation
|
||||
.end subannotation
|
||||
Loading…
Add table
Add a link
Reference in a new issue