Convert to secondary constructor: do not suggest when property has val/var and no name

#KT-29056 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-02-10 15:16:08 +09:00
committed by Mikhail Glukhikh
parent dab97ac936
commit d6e21b1c21
3 changed files with 8 additions and 1 deletions
@@ -0,0 +1,2 @@
// IS_APPLICABLE: false
class Foo<caret>(val: String)