fun Number.test() { when { this is Int -> {} this is Long -> {} this is Short -> {} } }