Added test for KT-1735 Can't access "assert" function from stdlib

#KT-1735 fixed
This commit is contained in:
Evgeny Gerashchenko
2014-08-01 14:36:35 +04:00
parent 2c7ec8a7ae
commit f2b1879aae
5 changed files with 22 additions and 0 deletions
@@ -0,0 +1,4 @@
package test
fun assert() {
}
@@ -0,0 +1,3 @@
package test
internal fun assert(): kotlin.Unit