Introduce Variable: Forbid inside of type references and 'super' references
#KT-8324 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
open class A {
|
||||
open fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
override fun foo() {
|
||||
<selection>super</selection>.foo()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user