K2 opt-in: fix reporting of WasExperimental-bound errors
This commit is contained in:
committed by
Space Team
parent
f62bdb0e3d
commit
3e22f6c052
@@ -9,6 +9,6 @@ data class Some(val duration: Duration = Duration.INFINITE)
|
||||
fun foo(duration: Duration = Duration.INFINITE) {}
|
||||
|
||||
fun test() {
|
||||
Some()
|
||||
foo()
|
||||
<!OPT_IN_USAGE_ERROR!>Some<!>()
|
||||
<!OPT_IN_USAGE_ERROR!>foo<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user