Fix compilation errors in builtinsSerializer test data

This commit is contained in:
Alexander Udalov
2018-03-21 18:48:26 +01:00
parent 6660873e18
commit a4b7023f65
5 changed files with 7 additions and 26 deletions
@@ -13,7 +13,7 @@ val p1 = null
fun Long.f2(@anno("extension function parameter") p: Int) {}
@anno("extension property")
val Double.p2: Double get() = null
val Double.p2: Double get() = 0.0
@anno("top level class")
class C1 @anno("constructor") constructor() {