refactor ConvertFunctionToPropertyIntention and fix 'Convert function to property shouldn't insert explicit type if it was inferred previously' (#1011)
Fixes #KT-14820
This commit is contained in:
committed by
Dmitry Jemerov
parent
927cd04405
commit
4cbdbaa057
+5
@@ -0,0 +1,5 @@
|
||||
annotation class X(val s: String)
|
||||
|
||||
@X("")
|
||||
val foo<caret>: String
|
||||
get() = ""
|
||||
Reference in New Issue
Block a user