package com.tt.honeyDue class Greeting { private val platform = getPlatform() fun greet(): String { return "Hello, ${platform.name}!" } }