Dropped some TODOs
#KT-2564 Obsolete. Looks like, it's fixed in dcddd04.
This commit is contained in:
@@ -153,10 +153,8 @@ public final class MiscTest extends AbstractExpressionTest {
|
||||
fooBoxIsValue("OK");
|
||||
}
|
||||
|
||||
//TODO: see http://youtrack.jetbrains.com/issue/KT-2564
|
||||
@SuppressWarnings("UnusedDeclaration")
|
||||
public void TODO_testPackageLevelVarInRoot() throws Exception {
|
||||
runFunctionOutputTest("packageLevelVarInRoot.kt", Namer.getRootPackageName(), "box", "OK");
|
||||
public void testPackageLevelVarInRoot() throws Exception {
|
||||
runFunctionOutputTest("packageLevelVarInRoot.kt", Namer.getRootPackageName(), TEST_FUNCTION, "OK");
|
||||
}
|
||||
|
||||
public void testLazyPropertyGetterNotCalledOnStart() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user