Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/jsNamePrihibitedOnPrimaryConstructor.kt
T
2016-10-08 19:25:31 +03:00

3 lines
95 B
Kotlin
Vendored

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