Moved @NoInfer, @Exact to internal package
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
//!DIAGNOSTICS: -UNUSED_VARIABLE
|
||||
|
||||
@Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
fun <T, U: T> List<@Exact T>.firstTyped(): U = throw Exception()
|
||||
fun <T, U: T> List<@kotlin.internal.Exact T>.firstTyped(): U = throw Exception()
|
||||
|
||||
fun test1(l: List<Number>) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user