1a01dd4dd4
^KT-62437
8 lines
143 B
Kotlin
Vendored
8 lines
143 B
Kotlin
Vendored
open class IJProject(val init: () -> Unit = {})
|
|
|
|
class KotlinIDE : IJProject(init = {
|
|
fun foo() {
|
|
<expr>anySymbols</expr>
|
|
}
|
|
})
|