Update UAST to 1.0.10; move uast-kotlin tests to Kotlin project
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
fun foo(bar: String): Any? = null
|
||||
|
||||
fun baz(): Any? {
|
||||
return foo("Lorem ipsum") ?: foo("dolor sit amet") ?: foo("consectetuer adipiscing elit")
|
||||
}
|
||||
Reference in New Issue
Block a user