Navigation: add expect declarations as supers #KT-16892 Fixed
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user