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
@@ -0,0 +1,2 @@
// GENERATOR: SINGLE_TEMPLATE
data class A<caret>(val n: Int, val s: String?)