UAST: Properly handle annotations on local variables
This commit is contained in:
committed by
Nikolay Krasko
parent
35fa8efbf3
commit
8eddb10870
@@ -1,5 +1,5 @@
|
||||
public final class PropertyDelegateKt {
|
||||
private static final var sdCardPath$delegate: kotlin.Lazy
|
||||
@org.jetbrains.annotations.NotNull private static final var sdCardPath$delegate: kotlin.Lazy
|
||||
public static final fun getSdCardPath() : java.lang.String = UastEmptyExpression
|
||||
public static final fun localPropertyTest() : void {
|
||||
var sdCardPathLocal: java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user