I'm getting `Type argument is not within its bound...
# getting-started
b
I'm getting
Type argument is not within its bounds: should be subtype of 'PostgreSQLContainer<PostgreSQLContainer<*>!>!'
when instantiating it via
PostgreSQLContainer<PostgreSQLContainer<*>>
this used to work in Kotlin 1.6. Java signature is
Copy code
PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends JdbcDatabaseContainer<SELF>