Labeled this & super to nested class' outer is an error
#KT-1174 In Progress
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class A(val a:Int) {
|
||||
class B() {
|
||||
inner class B() {
|
||||
fun Char.xx() : Any {
|
||||
this : Char
|
||||
val <!UNUSED_VARIABLE!>a<!> = {
|
||||
|
||||
Reference in New Issue
Block a user