AlexeySoshin / smali2java

Recreate Java code from Smali
486 stars 84 forks source link

Add support for "volatile" property modifier #3

Closed rinsuki closed 5 years ago

rinsuki commented 5 years ago

thanks for create this awesome project!

AlexeySoshin commented 5 years ago

Thanks for PR! Please add some tests for this scenario. You can see examples here: https://github.com/AlexeySoshin/smali2java/blob/master/parser/field_test.go

AlexeySoshin commented 5 years ago

I would prefer it to be a separate test, but this should also work