You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class WildLife() {
class Animals(val name: String) {
}
}
The parameter name has a one way reference. We can get to this field from HBS file, but can't view the usages in HBS file from the KT file. However, if we move the class Animals outside WildLife, it works perfectly.
The text was updated successfully, but these errors were encountered:
The parameter
name
has a one way reference. We can get to this field from HBS file, but can't view the usages in HBS file from the KT file. However, if we move the class Animals outside WildLife, it works perfectly.The text was updated successfully, but these errors were encountered: