KT-12873: add temporary variables generated by delegation expression to class initializer. Fix #KT-12873
This commit is contained in:
@@ -99,4 +99,8 @@ public class DelegationTest extends SingleFileTranslationTest {
|
||||
public void testOnObject() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testComplexDelegation() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user