Drop throws usages that looks redundant

Probably appeared after j2k-conversion
This commit is contained in:
Denis Zharkov
2015-04-20 16:16:35 +03:00
parent 6f8694976d
commit 5b9aff12d0
4 changed files with 0 additions and 5 deletions
@@ -92,7 +92,6 @@ public class KotlinCliJavaFileManagerTest : PsiTestCase() {
assertCanFind(twoBucks, "foo", "\$\$")
}
throws(javaClass<Exception>())
public fun testTopLevelClassWithDollarsAndInners() {
val manager = configureManager("package foo;\n\n" + "public class Top\$Level\$\$ {\n" +
"public class I\$nner {" + " public class I\$nner{}" + " public class In\$ne\$r\${}" + " public class Inner\$\$\$\$\${}" + " public class \$Inner{}" + " public class \${}" + " public class \$\$\$\$\${}" + "}\n" + "public class Inner {" + " public class Inner{}" + "}\n" + "\n" + "}", "Top\$Level\$\$")