ErrorReporter is now Java-independent

Original commit: 36bbd2c0e3
This commit is contained in:
Andrey Breslav
2015-03-04 18:04:43 +03:00
parent 3f94123516
commit e68275f162
@@ -39,6 +39,8 @@ class LocalFileKotlinClass private(
}
}
override fun getLocation() = file.getAbsolutePath()
public override fun getFileContents(): ByteArray = fileContents
override fun hashCode(): Int = file.hashCode()