Revert commit because two commits fixing separate bugs were accidentally stuck together. Will recommit bugfixes separately.
Revert "KT-2193 Nullability information lost for functions inherited from traits".
This reverts commit d60818fd3e.
This commit is contained in:
@@ -48,12 +48,4 @@ public class TraitsTest extends CodegenTestCase {
|
||||
public void testStdlib () throws Exception {
|
||||
blackBoxFile("traits/stdlib.jet");
|
||||
}
|
||||
|
||||
public void testInheritedFun() throws Exception {
|
||||
blackBoxFile("traits/inheritedFun.jet");
|
||||
}
|
||||
|
||||
public void testInheritedVar() throws Exception {
|
||||
blackBoxFile("traits/inheritedVar.jet");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user