KT-5673: added tests

This commit is contained in:
Alexey Tsvetkov
2014-09-18 20:28:03 +04:00
parent ed14f86957
commit b70466f9f3
5 changed files with 109 additions and 0 deletions
@@ -51,4 +51,20 @@ public class PropertyOverrideTest extends SingleFileTranslationTest {
public void testOverrideExtensionProperty() throws Exception {
checkFooBoxIsOk();
}
public void testInitOverrideInConstructor() throws Exception {
checkFooBoxIsOk();
}
public void testInitOverrideInConstructorExplicitThis() throws Exception {
checkFooBoxIsOk();
}
public void testInitOverrideInConstructorComplex() throws Exception {
checkFooBoxIsOk();
}
public void testInitOverrideVarInConstructor() throws Exception {
checkFooBoxIsOk();
}
}