Drop LocalCallableIdConstructor OptIn-annotation

This commit is contained in:
Mikhail Glukhikh
2021-05-20 13:49:00 +03:00
committed by teamcityserver
parent 3572a96bb9
commit fa307a5f75
5 changed files with 5 additions and 12 deletions
@@ -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