Move all basic completion tests to common folder
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
package Test.MyTest
|
||||
|
||||
class A {
|
||||
class object {
|
||||
public fun testOther() {
|
||||
|
||||
}
|
||||
|
||||
public fun testOther(a: Boolean) {
|
||||
|
||||
}
|
||||
|
||||
public fun testOther(a: Int) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fun testMy() {
|
||||
A.test<caret>
|
||||
}
|
||||
|
||||
// EXIST: testOther
|
||||
// NUMBER: 3
|
||||
Reference in New Issue
Block a user