mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 04:17:36 +02:00
- changed the comment char from ; to #
- updated the tests and examples to use the new comment style - changed the lexer error messages to include the source file path git-svn-id: https://smali.googlecode.com/svn/trunk@83 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
@ -38,9 +38,9 @@
|
||||
.method public abstract methodValue()Ljava/lang/reflect/Method;
|
||||
.end method
|
||||
|
||||
;dalvik doesn't seem to like field values
|
||||
;.method public abstract fieldValue()Ljava/lang/reflect/Field;
|
||||
;.end method
|
||||
#dalvik doesn't seem to like field values
|
||||
#.method public abstract fieldValue()Ljava/lang/reflect/Field;
|
||||
#.end method
|
||||
|
||||
.method public abstract enumValue()LEnum;
|
||||
.end method
|
||||
|
Reference in New Issue
Block a user