1 package p 2 3 // noStdlibLink set to true for that test 4 5 /** 6 * Some docs... 7 */ extnull8 fun Exception.ext() { 9 10 } 11 12 13 class MyException: Exception()