diff --git a/compiler/testData/builtin-classes.txt b/compiler/testData/builtin-classes.txt index 174badbe091..7896ed7c01f 100644 --- a/compiler/testData/builtin-classes.txt +++ b/compiler/testData/builtin-classes.txt @@ -27,7 +27,7 @@ public final class Array { } 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