FIR LC: fix nullable annotation on return type of suspend function
This commit is contained in:
committed by
Ilya Kirillov
parent
5880d80d26
commit
5aa8e2d0d1
@@ -7,6 +7,8 @@ public final class Foo /* Foo*/ {
|
||||
}
|
||||
|
||||
public final class Boo /* Boo*/ {
|
||||
private final java.lang.Object doSomething(Foo, kotlin.coroutines.Continuation<? super Bar>);// doSomething(Foo, kotlin.coroutines.Continuation<? super Bar>)
|
||||
|
||||
public Boo();// .ctor()
|
||||
|
||||
}
|
||||
@@ -30,4 +32,4 @@ public final class Derived /* Derived*/ implements Base {
|
||||
|
||||
public Derived();// .ctor()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user