Generate 'toString()': Permit for data classes

#KT-14122 Fixed
This commit is contained in:
Alexey Sedunov
2016-09-30 16:49:00 +03:00
parent 0616e869aa
commit 5bb035282f
8 changed files with 32 additions and 9 deletions
@@ -1,2 +0,0 @@
// NOT_APPLICABLE
data class A<caret>(val n: Int)