Ignoring the null safety code added by Kotlin, it'...
# getting-started
r
Ignoring the null safety code added by Kotlin, it's just
Copy code
public static final int getTest(String $receiver) {
    return $receiver.length();
}