Update stdlib and tests (#1194)

This commit is contained in:
Pavel Punegov
2018-01-09 13:17:55 +03:00
committed by Nikolay Igotti
parent 2e07b3f52f
commit 670d05a4f3
582 changed files with 14933 additions and 14639 deletions
@@ -0,0 +1,4 @@
package test
// just a static type check
fun <T> assertStaticTypeIs(@Suppress("UNUSED_PARAMETER") value: T) {}