FIR: Update test data (NEW_INFERENCE_ERROR)
Though these diagnostics look correct (the calls or constraint systems indeed contain errors), more precise diagnostic kinds should be chosen later.
This commit is contained in:
committed by
teamcityserver
parent
010a0c6cdc
commit
da3233c47d
@@ -2,5 +2,5 @@
|
||||
// !DIAGNOSTICS: -UNUSED_VARIABLE
|
||||
|
||||
fun main() {
|
||||
val x = run { ::run } // no error
|
||||
val x = <!NEW_INFERENCE_ERROR!>run { ::run }<!> // no error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user