KT-1051 Java interoperability completion - tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Testing {
|
||||
public static void test() {
|
||||
ClassFr<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: ClassFromJet
|
||||
@@ -0,0 +1,4 @@
|
||||
package jettesting
|
||||
|
||||
class ClassFromJet {
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
public class Testing {
|
||||
public static void test() {
|
||||
testing.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: jet
|
||||
@@ -0,0 +1,4 @@
|
||||
package testing.jet
|
||||
|
||||
fun somefun() {
|
||||
}
|
||||
Reference in New Issue
Block a user