Removed sure() function from built-ins.

This commit is contained in:
Evgeny Gerashchenko
2012-09-17 14:28:21 +04:00
parent 572b58012c
commit c6a040a380
9 changed files with 0 additions and 22 deletions
-2
View File
@@ -16,8 +16,6 @@ public fun Any?.equals(other : Any?) : Boolean// = this === other
// Returns "null" for null
public fun Any?.toString() : String// = this === other
public fun <T : Any> T?.sure() : T
public fun String?.plus(other: Any?) : String
public trait Comparable<in T> {