kotlin-interactive-shell icon indicating copy to clipboard operation
kotlin-interactive-shell copied to clipboard

`:ls` gives weird output

Open asm0dey opened this issue 5 years ago • 1 comments

Consider following example:

[4] fun String.lll() = 3
[5] :ls String
fun lll(): kotlin.Int

I would expect to see here anything but this. By "anything" I mean only "real" members of String or "real" + extension members.

asm0dey avatar Jul 31 '20 08:07 asm0dey

At the moment this is by design. @khud, let's discuss what behavior we want to have here.

ligee avatar Sep 04 '20 12:09 ligee