KT-2382 Placing final modifier to overriden method in trait produces runtime exception
#KT-2382 Fixed
This commit is contained in:
@@ -68,4 +68,8 @@ public class TraitsTest extends CodegenTestCase {
|
||||
public void testKt2541() {
|
||||
blackBoxFile("regressions/kt2541.kt");
|
||||
}
|
||||
|
||||
public void testFinalMethod() throws Exception {
|
||||
blackBoxFile("traits/finalMethod.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user