mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 12:17:37 +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:
@ -2,11 +2,11 @@
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
;expected output:
|
||||
;@ClassAnnotation()
|
||||
;@MethodAnnotation()
|
||||
;@FieldAnnotation()
|
||||
;@ParameterAnnotation()
|
||||
#expected output:
|
||||
#@ClassAnnotation()
|
||||
#@MethodAnnotation()
|
||||
#@FieldAnnotation()
|
||||
#@ParameterAnnotation()
|
||||
|
||||
|
||||
.method public static main([Ljava/lang/String;)V
|
||||
|
Reference in New Issue
Block a user