JS: report errors on different external items:
* data classes
* val/var parameters of primary constructors
* enum entry with body
* anonymous `init {}` block in classes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package foo
|
||||
|
||||
internal external open class A(val a: Int) {
|
||||
internal external open class A(a: Int) {
|
||||
val a: Int
|
||||
|
||||
fun g(): Int = noImpl
|
||||
fun m(): Int = noImpl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user