Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. sealed class Shape
  2. class Rectangle(val x: Double, val y: Double) : Shape()
  3. class Circle(val radius: Double) : Shape()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement