Update UAST to 1.0.10; move uast-kotlin tests to Kotlin project
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
public final class LocalDeclarationsKt {
|
||||
public static final fun foo() : boolean {
|
||||
public static final class Local {
|
||||
public fun LocalDeclarationsKt$foo$Local() = UastEmptyExpression
|
||||
}
|
||||
var bar: <ErrorType> = fun () {
|
||||
<init>()
|
||||
}
|
||||
var baz: <ErrorType> = fun () {
|
||||
<init>()
|
||||
}
|
||||
return bar() == <init>()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user