UAST: Fix getType and getText for UastKotlinPsiVariable
This commit is contained in:
@@ -2,6 +2,6 @@ public final class PropertyDelegateKt {
|
||||
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: <ErrorType>
|
||||
var sdCardPathLocal: java.lang.String
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user