KT-2193 Nullability information lost for functions inherited from traits

#KT-2193 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-06-08 21:49:31 +04:00
parent f83defaa7f
commit d60818fd3e
8 changed files with 118 additions and 5 deletions
@@ -48,4 +48,12 @@ 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");
}
}