when i have a property and method with the same na...
# announcements
t
when i have a property and method with the same name decalred on a class how can i get a reference to the property?
::propertyName
resolves to the method, not the property
r
val k: KProperty<...> =
t
i just realize that it might be an intellij related problem only
ah or maybe not, so this typeinformation IS indeed relevant bu inttelij maeks it as unneeded
thank you 🙂