JetExtractionTest: adjust test data

after making some of builtin types serializable
This commit is contained in:
Pavel V. Talanov
2015-09-28 19:15:08 +03:00
parent e263c85142
commit 41c0895abb
26 changed files with 28 additions and 28 deletions
@@ -1,4 +1,4 @@
// PARAM_TYPES: kotlin.Int, Number, Comparable<Int>, Any
// PARAM_TYPES: kotlin.Int, Number, Comparable<Int>, java.io.Serializable, Any
// PARAM_DESCRIPTOR: val a: kotlin.Int defined in main
// SIBLING:
fun main(args: Array<String>) {