Files
kotlin/compiler/testData/multiplatform/classScopes/functionAndPropertyWithSameName/jvm.kt
2018-02-08 14:11:56 +01:00

6 lines
69 B
Kotlin
Vendored

package test
actual class Foo {
actual fun bar(): String = ""
}