Updated test data and stdlib code which dependent on Tuple0/Unit
aliasing.
This commit is contained in:
@@ -986,9 +986,9 @@ public class LoadCompiledKotlinTestGenerated extends AbstractLoadCompiledKotlinT
|
||||
doTestWithAccessors("compiler/testData/loadKotlin/type/StringQ.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Tuple0.kt")
|
||||
public void testTuple0() throws Exception {
|
||||
doTestWithAccessors("compiler/testData/loadKotlin/type/Tuple0.kt");
|
||||
@TestMetadata("Unit.kt")
|
||||
public void testUnit() throws Exception {
|
||||
doTestWithAccessors("compiler/testData/loadKotlin/type/Unit.kt");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+3
-3
@@ -988,9 +988,9 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
|
||||
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/type/StringQ.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Tuple0.kt")
|
||||
public void testTuple0() throws Exception {
|
||||
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/type/Tuple0.kt");
|
||||
@TestMetadata("Unit.kt")
|
||||
public void testUnit() throws Exception {
|
||||
doTestCheckingPrimaryConstructorsAndAccessors("compiler/testData/loadKotlin/type/Unit.kt");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user