Add quickfix to make referenced primary constructor parameter a property
Fixes #KT-12089
This commit is contained in:
committed by
Dmitry Jemerov
parent
1c5322bae4
commit
f309920af8
@@ -0,0 +1,10 @@
|
||||
// "Make primary constructor parameter 'bar' a property in class 'B'" "true"
|
||||
|
||||
class B(bar: String) {
|
||||
|
||||
inner class A {
|
||||
fun foo() {
|
||||
val a = bar<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user