JS backend: report diagnostic when try to get referenece on builtin members instead of crash with Exception.

This commit is contained in:
Zalim Bashorov
2015-03-16 22:24:32 +03:00
parent 975c4ffab5
commit 8421a15521
7 changed files with 42 additions and 19 deletions
@@ -0,0 +1,6 @@
package foo
fun test() {
Int::toByte
String::length
}