Files
2013-03-12 20:40:18 +04:00

6 lines
77 B
Kotlin

package test
public open class A {
public open fun foo(): String = ""
}