Files
kotlin/idea/testData/quickfix/createFromUsage/createFunction/fromJava/topLevel.after.java

6 lines
123 B
Java
Vendored

// "Add method 'foo' to 'TestKt'" "true"
class J {
void test() {
boolean b = TestKt.<caret>foo(1, "2");
}
}