Create parameter: Look for containing function if no class is found. Support secondary constructors
#KT-9322 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Create parameter 'name'" "true"
|
||||
fun f() {
|
||||
object : A(<caret>name) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
open class A(s: String)
|
||||
Reference in New Issue
Block a user