Intrinsic default objects implementation: old test data modification

This commit is contained in:
Nikolay Krasko
2015-03-03 19:26:22 +03:00
parent 30a50746b5
commit 518c35fae1
4 changed files with 64 additions and 1 deletions
@@ -1,5 +1,7 @@
package bar
fun main(args : Array<String>) {
<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!><!NO_DEFAULT_OBJECT!>String<!>[<!SYNTAX!><!>]<!> <!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>names<!> <!DEBUG_INFO_MISSING_UNRESOLVED!><!SYNTAX!>=<!> ["ads"]<!>
class Some
<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!><!NO_DEFAULT_OBJECT!>Some<!>[<!SYNTAX!><!>]<!> <!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>names<!> <!DEBUG_INFO_MISSING_UNRESOLVED!><!SYNTAX!>=<!> ["ads"]<!>
}
@@ -248,6 +248,10 @@ package kotlin {
// -- Module: <built-ins lazy module> --
}
public trait FloatingPointConstants</*0*/ T> {
// -- Module: <built-ins lazy module> --
}
public trait Function0</*0*/ out R> {
// -- Module: <built-ins lazy module> --
}
@@ -238,6 +238,10 @@ package kotlin {
// -- Module: <built-ins lazy module> --
}
public trait FloatingPointConstants</*0*/ T> {
// -- Module: <built-ins lazy module> --
}
public trait Function0</*0*/ out R> {
// -- Module: <built-ins lazy module> --
}