FIR: make componentX functions operator

This commit is contained in:
Mikhail Glukhikh
2021-01-18 16:55:50 +03:00
parent 7934853c8e
commit 4fd4f504d0
41 changed files with 153 additions and 150 deletions
@@ -9,7 +9,7 @@ data class Some<T : Any?> {
field = value
get
fun component1(): T {
operator fun component1(): T {
return <this>.#value
}