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
@@ -32,7 +32,6 @@ public abstract class JetFixtureCompletionBaseTestCase : JetLightCodeInsightFixt
protected open fun defaultInvocationCount(): Int = 0
throws(javaClass<Exception>())
public open fun doTest(testPath: String) {
setUpFixture(testPath)