Navigation: add expect declarations as supers #KT-16892 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-03-07 18:09:45 +03:00
parent 849f9fc5c1
commit ab30275f14
10 changed files with 99 additions and 14 deletions
@@ -214,7 +214,7 @@ fun main(args: Array<String>) {
}
testClass<AbstractGotoSuperTest> {
model("navigation/gotoSuper", extension = "test")
model("navigation/gotoSuper", extension = "test", recursive = false)
}
testClass<AbstractGotoTypeDeclarationTest> {