Alphabetical sort wrapped intersection types for rendered diagnostics

This commit is contained in:
victor.petukhov
2018-12-28 15:34:42 +03:00
parent acd6d354dc
commit ec8a6cbe9c
118 changed files with 1387 additions and 937 deletions
+28 -1
View File
@@ -1 +1,28 @@
object _EmptyObject {}
object EmptyObject {}
object Object {
val prop_1: Number? = 1
val prop_2: Number = 1
}
object DeepObject {
val prop_1 = null
var prop_2 = null
object A {
object B {
object C {
object D {
object E {
object F {
object G {
object J {
val x: Int? = 10
}
}
}
}
}
}
}
}
}