This annotation, `@kotlin.internal.Exact`, will be...
# compiler
j
This annotation,
@kotlin.internal.Exact
, will be "public" in a foreseeable future?
👀 2
a
j
More code here (even with the annotation marked as unresolved, it is working). What is the reason that
Exact
is not the default behavior? I would expect that as default.
y
The non-exact one simply takes T to be
Any
. You can btw do
@Suprress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
or redefine the annotation in your code in the same exact package