Put 'thisReceiver' declaration in class
Interfaces also have 'thisReceiver'
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
interface IFoo {
|
||||
fun foo()
|
||||
fun bar() { foo() }
|
||||
}
|
||||
Reference in New Issue
Block a user