AA: showcase an error in resolution to stdlib in standalone mode
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user