fcfeb33501
This applies if expect class has primary constructor declared #KT-27791 Fixed
5 lines
58 B
Kotlin
Vendored
5 lines
58 B
Kotlin
Vendored
interface IFoo {
|
|
val a: Int
|
|
}
|
|
|
|
expect class End : IFoo |