220cb95b85
Relates to #KT-24631
11 lines
124 B
Plaintext
Vendored
11 lines
124 B
Plaintext
Vendored
// "Create interface 'Foo'" "true"
|
|
class Test{
|
|
fun doSth(){
|
|
Foo::class.java
|
|
}
|
|
}
|
|
|
|
interface <caret>Foo {
|
|
|
|
}
|