ok I answered myself: "Extension functions/propert...
# announcements
c
ok I answered myself: "Extension functions/properties are compiled to static JVM methods. Generally they are located in another class in some other package than the class they're extending, so it's not possible to call protected methods of that class due to VM accessibility rules."