No subpackages of current package resolved by short name
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
// This is a stub test. One should not extend Java packages that come from libraries.
|
||||
package java
|
||||
|
||||
val c : lang.Class<*>? = null
|
||||
val c : java.lang.Class<*>? = null
|
||||
|
||||
val <T> Array<T>?.length : Int get() = if (this != null) <!DEBUG_INFO_SMARTCAST!>this<!>.size() else throw NullPointerException()
|
||||
|
||||
Reference in New Issue
Block a user