Move all basic completion tests to common folder
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
data class LocalData(val first : Int, val second : Int)
|
||||
|
||||
val (localFirst, localSecond) = LocalData(11, 12)
|
||||
|
||||
fun test() {
|
||||
local<caret>
|
||||
}
|
||||
|
||||
// Test that this test won't fail with exception
|
||||
// Regression for EA-39175
|
||||
|
||||
// ABSENT: localFirst, localSecond
|
||||
Reference in New Issue
Block a user