From 9908d797e0ffd9d60180bf1fa524a9dab02ba73d Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Sat, 26 Jul 2014 00:27:31 +0400 Subject: [PATCH] Minor, fix LoadBuiltinsTest test data --- compiler/testData/builtin-classes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/testData/builtin-classes.txt b/compiler/testData/builtin-classes.txt index 0a65eb38e92..fe0faf78f13 100644 --- a/compiler/testData/builtin-classes.txt +++ b/compiler/testData/builtin-classes.txt @@ -1465,6 +1465,10 @@ public open class Throwable { public object Unit { /*primary*/ private constructor Unit() + + public class object : kotlin.Unit { + /*primary*/ private constructor () + } } public final annotation class data : kotlin.Annotation {