/privateTypesInsideInternalInlineFunctionWarning.kt:47:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:47:13: error: The signature of 'fun makeA(): A' contains 'private-in-file' type 'A', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:47:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:48:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:48:7: error: The signature of 'fun toString(): String' contains 'private-in-file' type 'A', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:49:5: error: The signature of 'fun makeNested(): A.Nested' contains 'private-in-file' type 'A.Nested', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:49:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:50:5: error: The signature of 'fun makeLocal(): <anonymous>' contains 'local' type '<anonymous>', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:50:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:51:5: error: The signature of 'fun makeEffectivelyPrivateLocal(): <anonymous>.Inner' contains 'local' type '<anonymous>.Inner', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:51:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:55:5: error: The signature of 'fun privateInlineI(): I' contains 'private-in-file' type 'I', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:55:5: warning: Public-API inline function accesses a non Public-API interface. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:58:5: error: Local classes are not yet supported in inline functions.

/privateTypesInsideInternalInlineFunctionWarning.kt:58:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:58:19: error: 'private-in-file' type 'Generic<A>' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:58:19: error: Non-private inline function 'fun internalInline(): Unit' cannot access members of private class 'constructor<T>(): Generic<T>'.

/privateTypesInsideInternalInlineFunctionWarning.kt:58:27: error: 'private-in-file' type 'A' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:59:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:59:13: error: 'private-in-file' type 'A' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:60:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:60:13: error: 'private-in-file' type 'A.Nested' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:61:5: error: 'private-in-file' type 'A' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:61:5: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:67:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:67:21: error: The signature of 'fun makeA(): A' contains 'private-in-file' type 'A', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:67:21: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:68:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:68:15: error: The signature of 'fun toString(): String' contains 'private-in-file' type 'A', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:69:13: error: The signature of 'fun makeNested(): A.Nested' contains 'private-in-file' type 'A.Nested', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:69:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:70:13: error: The signature of 'fun makeLocal(): <anonymous>' contains 'local' type '<anonymous>', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:70:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:72:13: error: The signature of 'fun makeEffectivelyPrivateLocal(): <anonymous>.Inner' contains 'local' type '<anonymous>.Inner', but is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:72:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:74:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:74:27: error: 'private-in-file' type 'Generic<A>' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:74:27: error: Non-private inline function 'fun referencePrivateInsideAnonymousObject(): Unit' cannot access members of private class 'constructor<T>(): Generic<T>'.

/privateTypesInsideInternalInlineFunctionWarning.kt:74:35: error: 'private-in-file' type 'A' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:75:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:75:21: error: 'private-in-file' type 'A' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:76:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:76:21: error: 'private-in-file' type 'A.Nested' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:77:13: error: 'private-in-file' type 'A' is accessed from 'internal' inline declaration.

/privateTypesInsideInternalInlineFunctionWarning.kt:77:13: warning: Public-API inline function accesses a non Public-API class. This will become an error in language version 2.2. See: https://youtrack.jetbrains.com/issue/KT-70916

/privateTypesInsideInternalInlineFunctionWarning.kt:90:9: error: Local classes are not yet supported in inline functions.

/privateTypesInsideInternalInlineFunctionWarning.kt:109:17: error: Local classes are not yet supported in inline functions.

/privateTypesInsideInternalInlineFunctionWarning.kt:138:13: error: Local classes are not yet supported in inline functions.

/privateTypesInsideInternalInlineFunctionWarning.kt:138:27: error: Non-private inline function 'fun foo(): Unit' cannot access members of private class 'constructor<T>(): Generic<T>'.

/privateTypesInsideInternalInlineFunctionWarning.kt:139:22: error: Non-private inline function 'fun foo(): Unit' cannot access members of private class 'constructor<T>(): Generic<T>'.

/privateTypesInsideInternalInlineFunctionWarning.kt:151:16: error: 'private-in-class' type 'PrivateOuter.PrivateNested?' is accessed from 'private-in-file' inline declaration.
