guys i have a small problem. I have a sealed class...
# getting-started
j
guys i have a small problem. I have a sealed class called lets say car this sealed class have inner data class called wheel I want to pass the wheel to a function that expects a type of car. But i cant. I get an error every time