This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import io.netty.handler.codec.http.EmptyHttpHeaders | |
import io.netty.handler.codec.http.HttpHeaders | |
import kotlinx.coroutines.ExperimentalCoroutinesApi | |
import kotlinx.coroutines.suspendCancellableCoroutine | |
import org.asynchttpclient.AsyncHandler | |
import org.asynchttpclient.AsyncHttpClient | |
import org.asynchttpclient.HttpResponseBodyPart | |
import org.asynchttpclient.HttpResponseStatus | |
import org.asynchttpclient.Request | |
import java.util.ArrayList |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class GlobalCase { | |
fun someFun(): Unit {} | |
fun String.stringFun() { | |
} | |
} | |
fun main(args: Array<String>) { | |
val test: String = File("sadfasd").readText() |