Skip to content

Commit fdbe6cf

Browse files
committed
Update MainActivity.kt
1 parent f2d0dc5 commit fdbe6cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • android/CustomAnnotations/app/src/main/java/com/pradyotprakash/customannotations

android/CustomAnnotations/app/src/main/java/com/pradyotprakash/customannotations/MainActivity.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ class MainActivity : ComponentActivity() {
4343
model = "Tesla Model X",
4444
licenseNumber = "PQR012",
4545
),
46+
Car(
47+
model = "Tesla Roadster",
48+
licenseNumber = "DEF345",
49+
),
4650
)
4751
)
4852

0 commit comments

Comments
 (0)