23bc907d3f
At the moment they are used only with JPS
5 lines
49 B
Kotlin
Vendored
5 lines
49 B
Kotlin
Vendored
package foo
|
|
|
|
open class A {
|
|
open fun f() {}
|
|
} |