Move built-ins from package "jet" to "kotlin"
#KT-2896 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package kotlin
|
||||
|
||||
public open class Any {
|
||||
public open fun equals(other: Any?): Boolean
|
||||
|
||||
public open fun hashCode(): Int
|
||||
|
||||
public open fun toString(): String
|
||||
}
|
||||
Reference in New Issue
Block a user