Sam
04/06/2023, 9:09 AMitems[]
might be reserved syntax — just can’t find a ticket about it.Sam
04/06/2023, 9:09 AMclass Foo {
operator fun get(vararg ss: String): String
}
val foo = Foo()
val s1 = foo["foo"] // fine
val s2 = foo[] // compile error