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 {
val iii = 42
}
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
object A {
val iii = 42
}
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
package a
class A {
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
package c
fun z(<!UNUSED_PARAMETER!>view<!>: () -> Unit) {}
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
package a
object A {
@@ -1,3 +1,4 @@
//If this test hangs, it means something is broken.
package c
class A {