Fix tests: wrong test data (internal visibility shouldn't be displayed after overriding a function)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import foo.Intf
|
||||
|
||||
class Impl(): Intf() {
|
||||
|
||||
internal override fun getFooBar(): String? {
|
||||
override fun getFooBar(): String? {
|
||||
return super<Intf>.getFooBar()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user