Introduce Location class to provide usage information in scopes
This commit is contained in:
@@ -243,3 +243,9 @@ public interface DescriptorKindExclude {
|
||||
override val fullyExcludedDescriptorKinds: Int get() = 0
|
||||
}
|
||||
}
|
||||
|
||||
public interface Location {
|
||||
companion object {
|
||||
val NOWHERE = object : Location {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user