blob: ae74e6490a0a43cb0e953541eb15080588bc07d6 [file] [log] [blame]
// EXTRACTION_TARGET: property with getter
interface T {
fun foo(): Int {
return <selection>1</selection>
}
}