Change Signature: Support conversion between extension and non-extension functions
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class X(val k: Int)
|
||||
|
||||
fun foo(abc: X, n: Int): Boolean {
|
||||
return abc.k > n
|
||||
}
|
||||
Reference in New Issue
Block a user