Create function/property from usage: added "member" when appropriate + changed order
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create function 'plus'" "true"
|
||||
// "Create member function 'plus'" "true"
|
||||
|
||||
class A<T>(val n: T) {
|
||||
fun plus(i: Int, s: String): A<T> = throw Exception()
|
||||
|
||||
Reference in New Issue
Block a user