@@ -42,7 +42,7 @@ class LocalFileKotlinClass private constructor(
|
||||
|
||||
public val className: JvmClassName by lazy { JvmClassName.byClassId(classId) }
|
||||
|
||||
override fun getLocation() = file.getAbsolutePath()
|
||||
override fun getLocation(): String = file.absolutePath
|
||||
|
||||
public override fun getFileContents(): ByteArray = fileContents
|
||||
|
||||
|
||||
Reference in New Issue
Block a user