Searched refs:fileLevelFunction (Results 1 – 2 of 2) sorted by relevance
52 val fileLevelFunction = resolver.getDeclaration<KSFunctionDeclaration>("fileLevelFunction") in <lambda>() constant53 …results.add("fileLevelFunction: " + resolver.asMemberOfSignature(fileLevelFunction, listOfStrings)) in <lambda>()
150 fun <T>fileLevelFunction():Unit = TODO() in fileLevelExtensionFunction() method