es4j icon indicating copy to clipboard operation
es4j copied to clipboard

Problem: *Index.as interferes with Kotlin

Open yrashk opened this issue 9 years ago • 0 comments

In Kotlin, as is a reserved keyword, and leads to this:

@JvmField var X = SimpleIndex.`as` { o: TestEntity -> o.x }

as opposed to

@JvmField var X = SimpleIndex.as { o: TestEntity -> o.x }

which is far from great

yrashk avatar Dec 12 '16 21:12 yrashk