KT-14815 alt + enter -> "import" over a constructor reference is not working
#KT-14815 fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
f9b2929bca
commit
db8edb01c3
@@ -0,0 +1,10 @@
|
||||
package p2
|
||||
|
||||
class Some {
|
||||
|
||||
}
|
||||
|
||||
|
||||
fun receiveSomeCtor(ctor: () -> Some) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user