Can someone tell me how to get rid of the val type replacement the IDE is doing?
I can't figure it out. I searched for val and type inference and infer and type and anything else I could think of. So this is here the ide replaces the actual type of a local variable with the word "val" for some reason.
Please sign in to leave a comment.
@java developer does it happen in Java or in Kotlin?