mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
6 lines
76 B
Kotlin
6 lines
76 B
Kotlin
package test
|
|
|
|
open class NotNullMethod() {
|
|
open fun hi(): String = ""
|
|
}
|