All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.org.antlr.v4.kotlinruntime.misc.Platform.kt Maven / Gradle / Ivy

The newest version!
package org.antlr.v4.kotlinruntime.misc

actual object Platform {
    actual suspend fun readFile(fileName: String): String {
        TODO("not implemented")
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy