Kotlin UAST should visit property delegate expression
#KT-15164 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user