fix tests in org.jetbrains.kotlin.js.test.semantics for secondary constructors: TODO: fix problem and remove this commit

This commit is contained in:
Michael Nedzelsky
2015-09-07 22:22:49 +03:00
parent f6892580f6
commit e6e6b20885
6 changed files with 12 additions and 12 deletions
@@ -1,4 +1,4 @@
class A(val result: Int) {
internal class A(val result: Int) {
companion object {
fun foo(): Int = 1
val prop = 2