Analysis API: move testdata to corresponding components folders
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
enum class MyEnum {
|
||||
A, B, C
|
||||
}
|
||||
|
||||
fun test(e: MyEnum) {
|
||||
<caret>when (e) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user