JS backend: report diagnostic when try to get referenece on builtin members instead of crash with Exception.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package foo
|
||||
|
||||
fun test() {
|
||||
Int::toByte
|
||||
String::length
|
||||
}
|
||||
Reference in New Issue
Block a user