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 X.<caret>foo(n: Int): Boolean {
|
||||
return this.k > n
|
||||
}
|
||||
Reference in New Issue
Block a user