Change representation of extension functions

This commit is contained in:
Nikolay Krasko
2012-05-29 15:02:53 +04:00
parent 097d03ebe2
commit d759d50811
8 changed files with 64 additions and 24 deletions
@@ -9,6 +9,6 @@ fun firstFun() {
// RUNTIME: 1
// TIME: 1
// EXIST: toLinkedList~() in kotlin
// EXIST: toLinkedList~() in kotlin.nullable
// EXIST: toLinkedList@toLinkedList()~for java.lang.Iterable<T> in kotlin
// EXIST: toLinkedList@toLinkedList()~for T? in kotlin.nullable
// NUMBER: 2