package org.jetbrains. fun box(): String? { if (!checkPackageName("org.jetbrains..", "org.jetbrains.")) return null return "OK" }