mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Fix tests: wrong test data (internal visibility shouldn't be displayed after overriding a function)
This commit is contained in:
@@ -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