172: Revert "UAST: Properly handle annotations on local variables"

This reverts commit 70de7cff5e23abf723009c8df8bc2df2f646a675.
This commit is contained in:
Nikolay Krasko
2018-01-11 20:13:04 +03:00
parent 9db35f27d7
commit 9de5b83f6e
16 changed files with 166 additions and 24 deletions
@@ -0,0 +1,5 @@
public final class PropertyInitializerWithoutSetterKt {
private static var withoutSetter: java.lang.String = "/sdcard"
public static final fun getWithoutSetter() : java.lang.String = field
public static final fun setWithoutSetter(p: java.lang.String) : void = UastEmptyExpression
}