aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding/conversion_operator_for_class_without_implicit_conversions_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds tests for a class without implicit conversions being extended in ↵Marcelo Lira2010-03-021-0/+68
another module. One value type class, called NoImplicitConversion, without implicit conversions of any kind is declared in the first library, libsample. In the other library, libother, ExtendsNoImplicitConversion defines a conversion operator to turn itself into a NoImplicitConversion class. The unit tests tries to pass an ExtendsNoImplicitConversion object where a NoImplicitConversion is expected.