FILE: falseRedundantConversionMethodOnThisProperty.kt
    public final class Test : R|kotlin/Any| {
        public constructor(): R|Test| {
            super<R|kotlin/Any|>()
        }

        public final var number: R|kotlin/Int| = Int(10)
            public get(): R|kotlin/Int|
            public set(value: R|kotlin/Int|): R|kotlin/Unit|

    }
    public final fun R|Test|.foo(): R|kotlin/Unit| {
        lval number: R|kotlin/Int| = Int(20)
        this@R|/foo|.R|/Test.number| = R|<local>/number|.R|kotlin/Int.plus|(Int(1))
    }
