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
@@ -1378,7 +1378,6 @@ public final fun </*0*/ T : jet.Any?>jet.Iterator<T>.iterator(): jet.Iterator<T>
public final fun jet.LongIterator.iterator(): jet.LongIterator
public final fun jet.ShortIterator.iterator(): jet.ShortIterator
public final fun jet.String?.plus(/*0*/ other: jet.Any?): jet.String
public final fun </*0*/ T : jet.Any>T?.sure(): T
public final fun </*0*/ R : jet.Any?>synchronized(/*0*/ lock: jet.Any, /*1*/ block: jet.Function0<R>): R
public final fun jet.Any?.toString(): jet.String
// </namespace name="jet">