Test for "Incorrect override icon shown for overloaded methods" (KT-4428)
#KT-4428 Fixed
This commit is contained in:
@@ -7,8 +7,7 @@ public trait <lineMarker descr="*"></lineMarker>SkipSupportWithDefaults : SkipSu
|
||||
// TODO: should be "Is overriden in SkipSupportImpl"
|
||||
override fun <lineMarker descr="<html><body>Is implemented in <br> SkipSupportImpl</body></html>"><lineMarker descr="Implements function in 'SkipSupport'"></lineMarker></lineMarker>skip(why: String) {}
|
||||
|
||||
// TODO: fix bug with 'null' marker
|
||||
override fun <lineMarker descr="*"><lineMarker descr="Implements function in 'SkipSupport'"></lineMarker></lineMarker>skip() {
|
||||
override fun <lineMarker descr="Implements function in 'SkipSupport'"></lineMarker>skip() {
|
||||
skip("not given")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user