FIR LC: fix nullable annotation on return type of suspend function

This commit is contained in:
Jinseong Jeon
2021-10-29 14:17:27 -07:00
committed by Ilya Kirillov
parent 5880d80d26
commit 5aa8e2d0d1
4 changed files with 29 additions and 12 deletions
@@ -1,4 +1,5 @@
//RELEASE_COROUTINE_NEEDED
//CHECK_BY_JAVA_FILE
class Foo {
suspend fun doSomething(foo: Foo): Bar {}
}
@@ -18,3 +19,5 @@ interface Base {
class Derived: Base {
override suspend fun foo() { ... }
}
// FIR_COMPARISON