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
Conforming to a generic type with associated type error: Type parameter ID of 'Identifiable' has inconsistent values: Long, [Error type: Unresolved type for ID]
#47
Open
marcprux opened this issue
Nov 18, 2023
· 0 comments
protocolSQLRow:Identifiable{}publicstructDataItem:Identifiable{publictypealiasID=Int64publicletid:IDpublicinit(id:ID){self.id = id
}}extensionDataItem:SQLRow{}
The swift:
transpiles to the Kotlin:
Which fails to compile:
The text was updated successfully, but these errors were encountered: