https://kotlinlang.org logo
Title
d

dumptruckman

08/19/2019, 9:04 PM
Okay. This is weird
this.replyTo == "<mailto:noreply@test.com|noreply@test.com>"
but the new variable there ends up as
<mailto:tester@test.com|tester@test.com>
The
<mailto:tester@test.com|tester@test.com>
is like leaking from inside some other object.
Nevermind… found the dumb
p

pavel

08/19/2019, 9:46 PM
what was
the dumb
? So that it shows up in search when we do the same dumb?
l

louiscad

08/19/2019, 10:06 PM
don't confuse
==
and
=
BTW
d

dumptruckman

08/22/2019, 1:40 PM
@pavel I was overriding a property in an implementation. Not entirely sure why the debugger wasn’t catching that though. @louiscad I wasn’t.