Implemented missed checks for local functions #KT-10449 Fixed
Relevant code/test fixes
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun testInvoke() {
|
||||
operator fun Nothing.invoke() = this
|
||||
operator fun Nothing.invoke(): Nothing = this
|
||||
todo()<!UNREACHABLE_CODE!>()<!>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user