blob: 5bdd27596da7327f620f2f0da990cbcdd4da8b03 [file] [log] [blame]
package test
class ExtPropInClass {
val Int.itIs: Int
get() = this
}