Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/propertyParameter.kt
T

3 lines
109 B
Kotlin
Vendored

// FIR_IDENTICAL
external class C(x: Int, <!EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER!>val y: String<!>)