Files
kotlin-fork/compiler/testData/cli/jvm/firStdlibDependency.kt
T
Dmitriy Novozhilov 2ee54c2201 [FIR] Remove way to create FirSession using Module
The problem is that Module may not contain some default dependencies in
  classpath roots, so it's incorrect to take them from it
2021-05-19 16:29:19 +03:00

2 lines
30 B
Kotlin
Vendored

fun main() = println("hello")