fix tests in org.jetbrains.kotlin.js.test.semantics for secondary constructors: TODO: fix problem and remove this commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class A(val result: Int) {
|
||||
internal class A(val result: Int) {
|
||||
companion object {
|
||||
fun foo(): Int = 1
|
||||
val prop = 2
|
||||
|
||||
Reference in New Issue
Block a user