comment added to tests

This commit is contained in:
svtk
2013-11-08 16:33:14 +04:00
parent 95ef417ee8
commit 64e12398af
6 changed files with 6 additions and 0 deletions
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
object A { object A {
val iii = 42 val iii = 42
} }
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
object A { object A {
val iii = 42 val iii = 42
} }
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
package a package a
class A { class A {
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
package c package c
fun z(<!UNUSED_PARAMETER!>view<!>: () -> Unit) {} fun z(<!UNUSED_PARAMETER!>view<!>: () -> Unit) {}
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
package a package a
object A { object A {
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
package c package c
class A { class A {