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

6 lines
55 B
Kotlin
Vendored

package test
expect class Foo {
val bar: String
}