Remove default import "kotlin.reflect"

Basic reflection is usable without any imports (with :: literals)

This reverts commit 9503056dd5.
This commit is contained in:
Alexander Udalov
2014-07-01 17:42:35 +04:00
parent d32a02f21a
commit a38a396a43
67 changed files with 122 additions and 4 deletions
@@ -8,6 +8,8 @@ class D {
// FILE: b.kt
import kotlin.reflect.KMemberFunction0
fun main() {
val x = a.b.c.D::foo