Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/jsNamePrihibitedOnPrimaryConstructor.kt
T
2023-01-09 08:57:12 +00:00

4 lines
112 B
Kotlin
Vendored

// FIR_IDENTICAL
package foo
class A <!JS_NAME_ON_PRIMARY_CONSTRUCTOR_PROHIBITED!>@JsName("B")<!> constructor()