Forbidden old invokeExtension convention.
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ interface Foo {
|
||||
}
|
||||
|
||||
fun test(a: A, foo: Foo) {
|
||||
a.foo()
|
||||
a.<!INVOKE_EXTENSION_ON_NOT_EXTENSION_FUNCTION!>foo<!>()
|
||||
}
|
||||
|
||||
fun test(a: Int, foo: Int.()->Unit) {
|
||||
|
||||
Reference in New Issue
Block a user