Do not add extra 'this' parameter for TImpl's accessor
Fixes weird cases like super-call from a closure inside a trait with a required class
This commit is contained in:
@@ -88,4 +88,12 @@ public class TraitsTest extends CodegenTestCase {
|
||||
public void testKt2963() {
|
||||
blackBoxFile("regressions/kt2963.kt");
|
||||
}
|
||||
|
||||
public void testWithRequiredSuper() {
|
||||
blackBoxFile("traits/withRequiredSuper.kt");
|
||||
}
|
||||
|
||||
public void testWithRequiredSuperViaBridge() {
|
||||
blackBoxFile("traits/withRequiredSuperViaBridge.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user