blob: b1fb751f7860e5fdcd7ca69a9772c8a239e3a91b [file] [log] [blame]
package example
class Student {
String firstName
String lastName
}