Fix goto class action in Idea 13.1
This commit is contained in:
@@ -295,7 +295,8 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractKotlinGotoTest>()) {
|
||||
model("navigation/gotoSymbol")
|
||||
model("navigation/gotoClass", testMethod = "doClassTest")
|
||||
model("navigation/gotoSymbol", testMethod = "doSymbolTest")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractQuickFixMultiFileTest>()) {
|
||||
|
||||
Reference in New Issue
Block a user