mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
Quick Fixes: Support cross-language "Create from Usage" with Kotlin target
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Add method 'foo' to 'K'" "true"
|
||||
// WITH_RUNTIME
|
||||
class J {
|
||||
void test() {
|
||||
boolean b = K.<caret>foo(1, "2");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user