ErrorReporter is now Java-independent

This commit is contained in:
Andrey Breslav
2015-03-04 18:04:43 +03:00
parent 266485add3
commit 36bbd2c0e3
16 changed files with 55 additions and 28 deletions
@@ -39,6 +39,8 @@ class LocalFileKotlinClass private(
}
}
override fun getLocation() = file.getAbsolutePath()
public override fun getFileContents(): ByteArray = fileContents
override fun hashCode(): Int = file.hashCode()