Jaroslav
NSTimeZone().initWithName(tzName = "UTC")
Uncaught Kotlin exception: kotlin.NullPointerException at 0 greeting 0x0000000103deb2e2 kfun:kotlin.Exception.<init>()kotlin.Exception + 50 at 1 greeting 0x0000000103deb212 kfun:kotlin.RuntimeException.<init>()kotlin.RuntimeException + 50 at 2 greeting 0x0000000103deb192 kfun:kotlin.NullPointerException.<init>()kotlin.NullPointerException + 50 at 3 greeting 0x0000000103dea4db ThrowNullPointerException + 59 at 4 greeting 0x0000000103dd757a kfun:org.greeting.Product.iosSpecificOperation()kotlin.String + 298
svyatoslav.scherbina
initWithName
NSTimeZone()
NSTimeZone.create(tzName = "UTC")
A modern programming language that makes developers happier.