Improve line numbers handling in serialization intrinsic
Fix nullable serializers on top-level & method with incorrect receiver Improve handling of different runtime versions
This commit is contained in:
@@ -40,4 +40,6 @@ fun test() {
|
||||
serializer<SerializableObject>()
|
||||
|
||||
listSer<List<Box<Int>>>()
|
||||
|
||||
serializer<Simple?>()
|
||||
}
|
||||
Reference in New Issue
Block a user