Update UAST to 1.0.10; move uast-kotlin tests to Kotlin project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package A.B.C
|
||||
|
||||
public final class Foo {
|
||||
public fun Foo() = UastEmptyExpression
|
||||
}
|
||||
|
||||
public final class Bar {
|
||||
public final fun getFoo() : A.B.C.Foo {
|
||||
return A.B.C.<init>()
|
||||
}
|
||||
public fun Bar() = UastEmptyExpression
|
||||
}
|
||||
Reference in New Issue
Block a user