Test compilation fix

This commit is contained in:
Mikhael Bogdanov
2013-11-21 13:52:17 +04:00
parent 191891963c
commit d11311ec20
13 changed files with 15 additions and 14 deletions
@@ -5,5 +5,5 @@ class Item(val name: String, val rating: Int): Comparable<Item> {
}
// from standard library
inline fun <T : Any> compareBy(<!UNUSED_PARAMETER!>a<!>: T?, <!UNUSED_PARAMETER!>b<!>: T?,
fun <T : Any> compareBy(<!UNUSED_PARAMETER!>a<!>: T?, <!UNUSED_PARAMETER!>b<!>: T?,
vararg <!UNUSED_PARAMETER!>functions<!>: T.() -> Comparable<*>?): Int = throw Exception()