AA: showcase an error in resolution to stdlib in standalone mode

This commit is contained in:
Jinseong Jeon
2022-03-07 23:19:51 -08:00
committed by teamcity
parent b5a5f25b99
commit 89725941df
7 changed files with 34 additions and 0 deletions
@@ -0,0 +1,5 @@
package test.pkg
class Foo {
fun bar(): Nothing = TO<caret>DO("Not implemented yet")
}
@@ -0,0 +1,2 @@
Resolved to:
0: (in kotlin) inline fun TODO(reason: kotlin.String): kotlin.Nothing