Test for invoking "Override methods" for fake override from library
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
import dependency.A
|
||||
|
||||
public open class B() : A() {
|
||||
|
||||
}
|
||||
|
||||
public open class C() : B() {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user