Create parameter: Look for containing function if no class is found. Support secondary constructors
#KT-9322 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create parameter 'foo'" "true"
|
||||
|
||||
class A {
|
||||
constructor(n: Int) {
|
||||
val t: Int = <caret>foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user