Minor, fix annoying nullability warning

This commit is contained in:
Alexander Udalov
2015-09-22 17:45:58 +03:00
parent e52a9b9fb8
commit 1878f892c1
@@ -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