Convert to secondary constructor is not applicable to data classes (#1071)

#KT-15942 Fixed
This commit is contained in:
nd
2017-05-08 15:24:37 +02:00
committed by Dmitry Jemerov
parent c9f475b402
commit 93b5eec71e
3 changed files with 10 additions and 1 deletions
@@ -0,0 +1,3 @@
// IS_APPLICABLE: false
data class Data<caret>(val value: String)