Drop LocalCallableIdConstructor OptIn-annotation
This commit is contained in:
committed by
teamcityserver
parent
3572a96bb9
commit
fa307a5f75
@@ -40,7 +40,6 @@ data class CallableId(
|
||||
|
||||
constructor(packageName: FqName, callableName: Name) : this(packageName, null, callableName)
|
||||
|
||||
@LocalCallableIdConstructor
|
||||
constructor(
|
||||
callableName: Name,
|
||||
// Currently, it's only used for debug info
|
||||
@@ -73,6 +72,3 @@ data class CallableId(
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@RequiresOptIn("TODO: Better solution for local callables?")
|
||||
annotation class LocalCallableIdConstructor
|
||||
Reference in New Issue
Block a user