Deserialize constructors and properties with version requirement 1.3
if they have suspend function type in their descriptors. Also, review fixes. #KT-25256: Fixed
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
// !API_VERSION: 1.3
|
||||
// LANGUAGE_VERSION: 1.3
|
||||
|
||||
suspend fun named() {}
|
||||
|
||||
suspend fun withStateMachine() {
|
||||
named()
|
||||
named()
|
||||
}
|
||||
|
||||
val l: suspend() -> Unit = {}
|
||||
Reference in New Issue
Block a user