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