Update test data

#KT-28309
This commit is contained in:
Ilmir Usmanov
2018-12-12 20:47:18 +03:00
parent 666fec41b9
commit 871134cff8
23 changed files with 108 additions and 95 deletions
@@ -1,4 +1,4 @@
// WITH_RUNTIME
// IGNORE_BACKEND: JVM_IR
class Range<T>(val min: T, val max: T)