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
CodeType should extend reflect.Type and all CodeType type reference should be replaced by reflect.Type, it will allow usage of Class without explicit boxing CodeAPI.getJavaType.
The text was updated successfully, but these errors were encountered:
… ?), fixes#54, fixes#53, fixes#52, fixes#51, fixes#50, supersedes #49.
Yes, this fixes almost all 4.0.0 issues, but this is not a release, this is a preparation to the first snapshot.
nightly-28-04-2017.
CodeType should extend
reflect.Type
and allCodeType
type reference should be replaced byreflect.Type
, it will allow usage ofClass
without explicit boxingCodeAPI.getJavaType
.The text was updated successfully, but these errors were encountered: