Files
kotlin/idea/testData/multiModuleLineMarker/fromExpectedSecondaryConstructor/common/common.kt
Mikhail Glukhikh 4e56fda439 Introduce isExpect/ActualDeclaration in KotlinLineMarkerProvider
Treat every member of expect declaration as expect declaration itself
So #KT-18455 Fixed
2017-10-10 10:44:35 +03:00

4 lines
134 B
Kotlin
Vendored

expect class <lineMarker>SecondaryConstructor</lineMarker>{
<lineMarker>constructor</lineMarker>(name: String, surname: String)
}