Minor, fix annoying nullability warning

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