Implement metadata handling for IR scripts
This commit is contained in:
+2
@@ -210,6 +210,8 @@ class ConeTypeSystemCommonBackendContextForTypeMapping(
|
||||
}
|
||||
}
|
||||
|
||||
override fun TypeConstructorMarker.isScript(): Boolean = false
|
||||
|
||||
override fun SimpleTypeMarker.isSuspendFunction(): Boolean {
|
||||
require(this is ConeSimpleKotlinType)
|
||||
return isSuspendFunctionType(session)
|
||||
|
||||
Reference in New Issue
Block a user