add explicit type for LookupTracker.DO_NOTHING in order to avoid compilation error due KT-9072
This commit is contained in:
@@ -31,7 +31,7 @@ public interface LookupTracker {
|
|||||||
)
|
)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
val DO_NOTHING = object : LookupTracker {
|
val DO_NOTHING: LookupTracker = object : LookupTracker {
|
||||||
override fun record(
|
override fun record(
|
||||||
lookupContainingFile: String,
|
lookupContainingFile: String,
|
||||||
lookupLine: Int?,
|
lookupLine: Int?,
|
||||||
|
|||||||
Reference in New Issue
Block a user