Test data fixed

This commit is contained in:
Andrey Breslav
2013-11-18 16:38:45 +04:00
parent c0fce6becd
commit 7bc8f9f5ff
+1 -1
View File
@@ -27,7 +27,7 @@ public final class Array</*0*/ reified T> {
}
public final class Boolean {
/*primary*/ public constructor Boolean()
/*primary*/ private constructor Boolean()
public final fun and(/*0*/ other: jet.Boolean): jet.Boolean
public final fun equals(/*0*/ other: jet.Any?): jet.Boolean
public final fun not(): jet.Boolean