Make ICReporter interface
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ fun makeIncrementally(
|
||||
}
|
||||
}
|
||||
|
||||
private object EmptyICReporter : ICReporter() {
|
||||
private object EmptyICReporter : ICReporter {
|
||||
override fun report(message: ()->String) {
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -124,7 +124,7 @@ class KotlinStandaloneIncrementalCompilationTest : TestWithWorkingDir() {
|
||||
val compiledSources = arrayListOf<File>()
|
||||
var resultExitCode = ExitCode.OK
|
||||
|
||||
val reporter = object : ICReporter() {
|
||||
val reporter = object : ICReporter {
|
||||
override fun report(message: ()->String) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user