Join Slack
Powered by
when i have a property and method with the same na...
# announcements
t
thana
10/15/2019, 9:28 AM
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
robstoll
10/15/2019, 9:43 AM
val k: KProperty<...> =
t
thana
10/15/2019, 9:44 AM
i just realize that it might be an intellij related problem only
thana
10/15/2019, 9:44 AM
ah or maybe not, so this typeinformation IS indeed relevant bu inttelij maeks it as unneeded
thana
10/15/2019, 9:44 AM
thank you 🙂
5
Views
Open in Slack
Previous
Next