Analysis API: move testdata to corresponding components folders
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
var a: Any = 1
|
||||
fun test() {
|
||||
if (a is String) {
|
||||
<expr>a</expr>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user