Fix failing build, add imports
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
package kotlin
|
package kotlin
|
||||||
|
|
||||||
import java.io.StringReader
|
import java.io.StringReader
|
||||||
|
import java.util.ArrayList
|
||||||
|
import java.util.HashMap
|
||||||
|
import java.util.HashSet
|
||||||
|
import java.util.LinkedList
|
||||||
|
|
||||||
public inline fun String.lastIndexOf(str: String) : Int = (this as java.lang.String).lastIndexOf(str)
|
public inline fun String.lastIndexOf(str: String) : Int = (this as java.lang.String).lastIndexOf(str)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user