[FE 1.0] Don't throw exception during substitution of accessors, just return original
This commit is contained in:
committed by
teamcity
parent
db54d18c72
commit
00d1e46c5a
@@ -2182,6 +2182,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/types/definitelyNotNullWithIntersection1.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("dontLeaveStubTypesInSetter.kt")
|
||||
public void testDontLeaveStubTypesInSetter() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/dontLeaveStubTypesInSetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericDelegatedDeepProperty.kt")
|
||||
public void testGenericDelegatedDeepProperty() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/types/genericDelegatedDeepProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user