FIR body resolve: support subject type calculation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public final fun builder(c: R|error: createSuspendFunctionType not supported|): R|kotlin/Unit|
|
||||
public final fun builder(c: R|class error: createSuspendFunctionType not supported|): R|kotlin/Unit|
|
||||
|
||||
public final class Controller : R|kotlin/Any| {
|
||||
public final suspend fun suspendFun(): R|kotlin/Unit|
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
public final fun test1(): R|error: createSuspendFunctionType not supported|
|
||||
public final fun test1(): R|class error: createSuspendFunctionType not supported|
|
||||
|
||||
public final fun test2(): R|error: createSuspendFunctionType not supported|
|
||||
public final fun test2(): R|class error: createSuspendFunctionType not supported|
|
||||
|
||||
public final fun test3(): R|kotlin/collections/List<error: createSuspendFunctionType not supported>|
|
||||
public final fun test3(): R|kotlin/collections/List<class error: createSuspendFunctionType not supported>|
|
||||
|
||||
public final fun test4(): R|class error: createSuspendFunctionType not supported|
|
||||
|
||||
public final fun test4(): R|error: createSuspendFunctionType not supported|
|
||||
|
||||
Reference in New Issue
Block a user