Update UAST to 1.0.10; move uast-kotlin tests to Kotlin project
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
fun foo(bar: Any) = when(bar) {
|
||||
is String -> bar
|
||||
!is String -> "<error>"
|
||||
}
|
||||
Reference in New Issue
Block a user