[JS IR BE] hashCode, toString, number conversion support

This commit is contained in:
Svyatoslav Kuzmich
2018-06-13 15:54:34 +03:00
parent a7a695f203
commit 83f8cfaa66
73 changed files with 602 additions and 108 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
package test
interface TextField {
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
class KeySpan(val left: String) {
public fun matches(value : String) : Boolean {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
class A<in I>(init_o: I, private val init_k: I) {
private val o: I = init_o
private fun k(): I = init_k