Added test for KT-1735 Can't access "assert" function from stdlib
#KT-1735 fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package test
|
||||
|
||||
fun assert() {
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
internal fun assert(): kotlin.Unit
|
||||
Reference in New Issue
Block a user