https://kotlinlang.org logo
p

pajatopmr

03/12/2019, 1:31 PM
I have not a clue what that means or how to resolve it. Any help?
d

Dico

03/12/2019, 1:35 PM
InputStream is abstract.
p

pajatopmr

03/12/2019, 3:17 PM
@Dico Hmm, thanks for that. So you knew that abstract, final, open (any others ?) are “modes” and that the expect was missing “abstract” to satisfy the error message? Is that pretty much it?
If that message had said “class qualifiers” rather than modality, I think I would have got it immediately, fwiw.
d

Dico

03/12/2019, 3:39 PM
You're welcome
a

Alexey Belkov [JB]

03/14/2019, 9:25 AM
p

pajatopmr

03/17/2019, 5:55 AM
@Alexey Belkov [JB] thank you for adding this issue.
2 Views