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
The expression "key" is shown as unknown (underlined) because the static inner class "Entry" cannot be resolved correctly by the type inference engine.
Note: This case is required to work when a private static inner class is the delegate type. "value=Outer.Inner.class" will produce a compile error for not-visible inner class.
The text was updated successfully, but these errors were encountered:
Consider the following:
The expression "key" is shown as unknown (underlined) because the static inner class "Entry" cannot be resolved correctly by the type inference engine.
Note: This case is required to work when a private static inner class is the delegate type. "value=Outer.Inner.class" will produce a compile error for not-visible inner class.
The text was updated successfully, but these errors were encountered: