Fix MovePropertyToConstructorIntention applicability and type rendering

#KT-17238 Fixed

(cherry picked from commit 7f9d88a)
This commit is contained in:
Vyacheslav Gerasimov
2017-04-07 11:45:54 +03:00
parent d65b7a5b4b
commit 6b9242075a
11 changed files with 110 additions and 5 deletions
@@ -0,0 +1,9 @@
class Baz
fun foo(a: Int, b: String, d: Baz) {
}
class TestClass {
val <caret>prop1 = ::foo
}