Load special java methods as properites
Currently only those that override special builtin properties (e.g. `Collection.size`) Their modality is defined by method's modality
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package test
|
||||
|
||||
val Collection<*>.anotherSize : Int
|
||||
get() = size()
|
||||
get() = size
|
||||
|
||||
Reference in New Issue
Block a user